FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.medizininformatikinitiative.use-case.omi#0.3.13 (94 ms)

Package de.medizininformatikinitiative.use-case.omi
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.13&canonical=http://omi.de/fhir/registry/StructureDefinition/bod-output-observation-profile
Url http://omi.de/fhir/registry/StructureDefinition/bod-output-observation-profile
Version 0.3.13
Status active
Date 2024-12-11
Name BodOmiOutputObservation
Title BOD-Output Observation Profile
Experimental False
Realm de
Description Profile derived from OmiOutputObservation. It describes the output of the Body Organ Detector (BOD).
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates Image Box Coordinates
http://omi.de/fhir/registry/StructureDefinition/output-observation AI-Output Observation


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "bod-output-observation-profile",
  "url" : "http://omi.de/fhir/registry/StructureDefinition/bod-output-observation-profile",
  "version" : "0.3.13",
  "name" : "BodOmiOutputObservation",
  "title" : "BOD-Output Observation Profile",
  "status" : "active",
  "date" : "2024-12-11",
  "publisher" : "MOLIT gGmbH",
  "description" : "Profile derived from OmiOutputObservation. It describes the output of the Body Organ Detector (BOD).",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://omi.de/fhir/registry/StructureDefinition/output-observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "patternCode" : "final"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "inference-result",
              "system" : "http://omi.de/fhir/registry/sid/tbd",
              "display" : "Inference result"
            }
          ]
        }
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept",
        "path" : "Observation.value[x]",
        "sliceName" : "valueCodeableConcept",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "C13018",
              "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "display" : "Organs"
            }
          ]
        }
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "patternReference" : {
          "reference" : "Device/BODAlgorithm"
        }
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "code"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.component:hip",
        "path" : "Observation.component",
        "sliceName" : "hip",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:hip.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:hip.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "29836001",
              "system" : "http://snomed.info/sct",
              "display" : "Hip region structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:hip.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:lung",
        "path" : "Observation.component",
        "sliceName" : "lung",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:lung.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:lung.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "39607008",
              "system" : "http://snomed.info/sct",
              "display" : "Lung structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:lung.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:colon",
        "path" : "Observation.component",
        "sliceName" : "colon",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:colon.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:colon.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "71854001",
              "system" : "http://snomed.info/sct",
              "display" : "Colon structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:colon.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:spine",
        "path" : "Observation.component",
        "sliceName" : "spine",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:spine.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:spine.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "421060004",
              "system" : "http://snomed.info/sct",
              "display" : "Structure of vertebral column (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:spine.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:stomach",
        "path" : "Observation.component",
        "sliceName" : "stomach",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:stomach.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:stomach.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "69695003",
              "system" : "http://snomed.info/sct",
              "display" : "Stomach structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:stomach.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:heart",
        "path" : "Observation.component",
        "sliceName" : "heart",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:heart.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:heart.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "80891009",
              "system" : "http://snomed.info/sct",
              "display" : "Heart structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:heart.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:spleen",
        "path" : "Observation.component",
        "sliceName" : "spleen",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:spleen.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:spleen.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "78961009",
              "system" : "http://snomed.info/sct",
              "display" : "Splenic structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:spleen.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:liver",
        "path" : "Observation.component",
        "sliceName" : "liver",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:liver.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:liver.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "10200004",
              "system" : "http://snomed.info/sct",
              "display" : "Liver structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:liver.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:kidneys",
        "path" : "Observation.component",
        "sliceName" : "kidneys",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:kidneys.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:kidneys.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "17373004",
              "system" : "http://snomed.info/sct",
              "display" : "Both kidneys (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:kidneys.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.component:pancreas",
        "path" : "Observation.component",
        "sliceName" : "pancreas",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.component:pancreas.extension:imageBoxCoordinatesExtension",
        "path" : "Observation.component.extension",
        "sliceName" : "imageBoxCoordinatesExtension",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://omi.de/fhir/registry/StructureDefinition/image-box-coordinates"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:pancreas.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "15776009",
              "system" : "http://snomed.info/sct",
              "display" : "Pancreatic structure (body structure)"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:pancreas.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.